home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Internal_16.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  177 b   |  16 lines

  1. global selector
  2.  
  3. on mouseEnter
  4.   cursor(280)
  5. end
  6.  
  7. on mouseLeave
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseUp
  12.   cursor(-1)
  13.   puppetTransition(7, 0.20000000000000001, 25)
  14.   go("slide on in")
  15. end
  16.